home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1997-11-30  |  8KB  |  336 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 371
  3.   Top = 199
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Options'
  9.   ClientHeight = 393
  10.   ClientWidth = 473
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object butOK: TButton
  20.     Left = 240
  21.     Top = 361
  22.     Width = 98
  23.     Height = 27
  24.     Caption = '&OK'
  25.     Default = True
  26.     TabOrder = 1
  27.     OnClick = butOKClick
  28.   end
  29.   object butCancel: TButton
  30.     Left = 352
  31.     Top = 361
  32.     Width = 98
  33.     Height = 27
  34.     Cancel = True
  35.     Caption = '&Cancel'
  36.     TabOrder = 2
  37.     OnClick = butCancelClick
  38.   end
  39.   object PageControl1: TPageControl
  40.     Left = 9
  41.     Top = 9
  42.     Width = 456
  43.     Height = 336
  44.     ActivePage = TabSheet1
  45.     TabOrder = 0
  46.     object TabSheet1: TTabSheet
  47.       Caption = 'General'
  48.       object grpTime: TRadioGroup
  49.         Left = 9
  50.         Top = 9
  51.         Width = 192
  52.         Height = 96
  53.         Caption = 'Time Tracking'
  54.         ItemIndex = 0
  55.         Items.Strings = (
  56.           '&Ellapsed'
  57.           '&Relative')
  58.         TabOrder = 0
  59.       end
  60.       object grpUniverse: TGroupBox
  61.         Left = 9
  62.         Top = 112
  63.         Width = 432
  64.         Height = 89
  65.         Caption = 'Universe Type'
  66.         TabOrder = 2
  67.         object Label1: TLabel
  68.           Left = 9
  69.           Top = 25
  70.           Width = 128
  71.           Height = 17
  72.           AutoSize = False
  73.           Caption = 'Gravity varies as:       (k)(r)∩┐╜'
  74.         end
  75.         object Label2: TLabel
  76.           Left = 65
  77.           Top = 57
  78.           Width = 53
  79.           Height = 17
  80.           AutoSize = False
  81.           Caption = 'Where &k = '
  82.           FocusControl = editK
  83.         end
  84.         object Label3: TLabel
  85.           Left = 272
  86.           Top = 57
  87.           Width = 39
  88.           Height = 17
  89.           AutoSize = False
  90.           Caption = '&and ∩┐╜ = '
  91.           FocusControl = editX
  92.         end
  93.         object editK: TEdit
  94.           Left = 137
  95.           Top = 52
  96.           Width = 88
  97.           Height = 24
  98.           TabOrder = 0
  99.           Text = '1'
  100.         end
  101.         object editX: TEdit
  102.           Left = 329
  103.           Top = 52
  104.           Width = 88
  105.           Height = 24
  106.           TabOrder = 1
  107.           Text = '-2'
  108.         end
  109.       end
  110.       object grpSize: TGroupBox
  111.         Left = 9
  112.         Top = 208
  113.         Width = 432
  114.         Height = 57
  115.         Caption = 'Body Size'
  116.         TabOrder = 3
  117.         object Label4: TLabel
  118.           Left = 9
  119.           Top = 25
  120.           Width = 288
  121.           Height = 16
  122.           AutoSize = False
  123.           Caption = 'Enlarge all &objects'#39' viewed sizes by a factor of:'
  124.           FocusControl = editSize
  125.           WordWrap = True
  126.         end
  127.         object editSize: TEdit
  128.           Left = 304
  129.           Top = 21
  130.           Width = 57
  131.           Height = 24
  132.           TabOrder = 0
  133.           Text = '1'
  134.         end
  135.       end
  136.       object grpCoSys: TRadioGroup
  137.         Left = 208
  138.         Top = 9
  139.         Width = 233
  140.         Height = 96
  141.         Caption = 'Coordinate System'
  142.         ItemIndex = 0
  143.         Items.Strings = (
  144.           'Car&tesian'
  145.           '&Cylindreical Polar'
  146.           '&Spherical Polar')
  147.         TabOrder = 1
  148.       end
  149.     end
  150.     object TabSheet2: TTabSheet
  151.       Caption = 'Units'
  152.       object GroupBox1: TGroupBox
  153.         Left = 9
  154.         Top = 9
  155.         Width = 240
  156.         Height = 176
  157.         Caption = 'Distance'
  158.         TabOrder = 0
  159.         object Radiom: TRadioButton
  160.           Left = 9
  161.           Top = 25
  162.           Width = 128
  163.           Height = 16
  164.           Caption = 'Meters (m)'
  165.           Checked = True
  166.           TabOrder = 0
  167.           TabStop = True
  168.           OnClick = RadiomClick
  169.         end
  170.         object Radiokm: TRadioButton
  171.           Left = 9
  172.           Top = 48
  173.           Width = 128
  174.           Height = 17
  175.           Caption = 'Kilometers (km)'
  176.           TabOrder = 1
  177.           OnClick = RadiomClick
  178.         end
  179.         object Radiokm2: TRadioButton
  180.           Left = 9
  181.           Top = 73
  182.           Width = 120
  183.           Height = 16
  184.           Caption = 'Kilometers x 10^'
  185.           TabOrder = 2
  186.           OnClick = Radiokm2Click
  187.         end
  188.         object UpDown1: TUpDown
  189.           Left = 178
  190.           Top = 68
  191.           Width = 20
  192.           Height = 24
  193.           Associate = editDistExponent
  194.           Min = -1000
  195.           Max = 1000
  196.           Position = 1
  197.           TabOrder = 3
  198.           Wrap = False
  199.         end
  200.         object editDistExponent: TEdit
  201.           Left = 130
  202.           Top = 68
  203.           Width = 48
  204.           Height = 24
  205.           TabOrder = 4
  206.           Text = '1'
  207.           OnChange = editDistExponentChange
  208.         end
  209.         object Radiomi: TRadioButton
  210.           Left = 9
  211.           Top = 96
  212.           Width = 144
  213.           Height = 17
  214.           Caption = 'Miles (mi)'
  215.           TabOrder = 5
  216.           OnClick = RadiomClick
  217.         end
  218.         object RadioAU: TRadioButton
  219.           Left = 9
  220.           Top = 121
  221.           Width = 176
  222.           Height = 16
  223.           Caption = 'Astronomical Units (AU)'
  224.           TabOrder = 6
  225.           OnClick = RadiomClick
  226.         end
  227.         object RadioLY: TRadioButton
  228.           Left = 9
  229.           Top = 144
  230.           Width = 176
  231.           Height = 17
  232.           Caption = 'Light Years (LY)'
  233.           TabOrder = 7
  234.           OnClick = RadiomClick
  235.         end
  236.       end
  237.       object RadioGrpVel: TRadioGroup
  238.         Left = 256
  239.         Top = 9
  240.         Width = 185
  241.         Height = 96
  242.         Caption = 'Velocity'
  243.         ItemIndex = 0
  244.         Items.Strings = (
  245.           'm/s'
  246.           'km/s'
  247.           'km/h')
  248.         TabOrder = 2
  249.       end
  250.       object GroupBox2: TGroupBox
  251.         Left = 9
  252.         Top = 192
  253.         Width = 240
  254.         Height = 105
  255.         Caption = 'Mass'
  256.         TabOrder = 1
  257.         object Radiokg: TRadioButton
  258.           Left = 9
  259.           Top = 25
  260.           Width = 112
  261.           Height = 16
  262.           Caption = 'Kilograms (kg)'
  263.           Checked = True
  264.           TabOrder = 0
  265.           TabStop = True
  266.           OnClick = RadioEMClick
  267.         end
  268.         object RadioKG2: TRadioButton
  269.           Left = 9
  270.           Top = 48
  271.           Width = 120
  272.           Height = 17
  273.           Caption = 'Kilograms x 10^'
  274.           TabOrder = 1
  275.           OnClick = RadioKG2Click
  276.         end
  277.         object UpDown2: TUpDown
  278.           Left = 178
  279.           Top = 44
  280.           Width = 20
  281.           Height = 24
  282.           Associate = editMassExponent
  283.           Min = -1000
  284.           Max = 1000
  285.           Position = 1
  286.           TabOrder = 2
  287.           Wrap = False
  288.         end
  289.         object editMassExponent: TEdit
  290.           Left = 130
  291.           Top = 44
  292.           Width = 48
  293.           Height = 24
  294.           TabOrder = 3
  295.           Text = '1'
  296.           OnChange = editMassExponentChange
  297.         end
  298.         object RadioEM: TRadioButton
  299.           Left = 9
  300.           Top = 73
  301.           Width = 152
  302.           Height = 16
  303.           Caption = 'Earth Masses (EM)'
  304.           TabOrder = 4
  305.           OnClick = RadioEMClick
  306.         end
  307.       end
  308.       object RadioGrpRadius: TRadioGroup
  309.         Left = 256
  310.         Top = 112
  311.         Width = 185
  312.         Height = 97
  313.         Caption = 'Radius'
  314.         ItemIndex = 0
  315.         Items.Strings = (
  316.           'Meters (m)'
  317.           'Kilometers (km)'
  318.           'Earth Radii (ER)')
  319.         TabOrder = 3
  320.       end
  321.       object RadioGrpAngle: TRadioGroup
  322.         Left = 256
  323.         Top = 217
  324.         Width = 185
  325.         Height = 80
  326.         Caption = 'Angles'
  327.         ItemIndex = 0
  328.         Items.Strings = (
  329.           'Degrees (deg)'
  330.           'Radians (rad)')
  331.         TabOrder = 4
  332.       end
  333.     end
  334.   end
  335. end
  336.